home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / kalman.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  79 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Kalman Filter Tracking
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Sanders Associates, Inc.
  7. --                   : 95 Canal Street, Nashua, NH  03061
  8. --                   : Daryl R. Winters
  9. --                   : (603) 885-9225
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Sanders Associates, Inc.
  14. -- DATE CREATED      : June, 1985
  15. -- DATE RELEASED     : June, 1985
  16. -- DATE LAST UPDATED : 
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : DEC Ada / VMS 
  19. --                   : Started design with VMS TeleSoft 2.1
  20. --= CLASSIFICATION       ===============================================--
  21. -- CATEGORY LEVEL 1  : MATH
  22. -- CATEGORY LEVEL 2  : Kalman Filter Tracking
  23. -- CATEGORY LEVEL 3  : 
  24. -- CATEGORY LEVEL 4  : 
  25. -- KEYWORD           : 
  26. -- INDEX             : Kalman Filter
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_14
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MATH>KAL*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.MATH>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   KALINSTAL.DOC         33085         912
  37. --   KALMAN.CMM              568          30
  38. --   KALMAN.DIS              117           6
  39. --   KALMAN.PRO             3628          76
  40. --   KALMAN.SRC           441244       14736
  41. --   KALTEST.DAT           21447         355
  42. --   KALTEST.DIS              44           3
  43. --   KALV1.DIS               113           6
  44. --   KALV1.DOC            584614       30387
  45. --   KALV2.DIS                56           4
  46. --   KALV2.DOC            655958       36110
  47. --   ===============  ==========  ==========
  48. --    11 Files           1740874       82625
  49. --= ABSTRACT             ===============================================--
  50. --         This tool will consist of a Kalman Filter, a simple track-plot
  51. -- correlation  model,  an  accounting  procedure  which  handles   track
  52. -- maintenance  details,  and  an  output  procedure.  The filter will be
  53. -- callable from outside the package as well as internally.
  54. --= REVISION HISTORY     ===============================================--
  55. --
  56. -- DATE       VERSION        AUTHOR                  HISTORY 
  57. -- 5/85       1.0            Sanders Associates      Initial Release                                                          
  58. --= RELEASE NOTICE       ===============================================--
  59. -- This prologue must be included in all copies of this software.
  60. -- 
  61. -- This software is copyright by the author.
  62. -- 
  63. -- This software is released to the Ada community.
  64. -- This software is released to the Public Domain (note:
  65. --   software released to the Public Domain is not subject
  66. --   to copyright protection).
  67. -- Restrictions on use or distribution:  NONE
  68. --= DISCLAIMER           ===============================================--
  69. --     This software and its documentation are provided "AS IS" and
  70. -- without any expressed or implied warranties whatsoever.  No warranties
  71. -- as to performance, merchantability, or fitness for a particular
  72. -- purpose exist.
  73. --     The user is advised to test the software thoroughly before
  74. -- relying on it.  The user must assume the entire risk and liability of
  75. -- using this software.  In no event shall any person or organization of
  76. -- people be held responsible for any direct, indirect, consequential or
  77. -- inconsequential damages or lost profits.
  78. --======================================================================--
  79.